var reflect.kindNames

3 uses

	reflect (current package)
		type.go#L442: 	if uint(k) < uint(len(kindNames)) {
		type.go#L443: 		return kindNames[uint(k)]
		type.go#L448: var kindNames = []string{